Remote Procedure Call - traducción al ruso
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Remote Procedure Call - traducción al ruso

MECHANISM TO ALLOW SOFTWARE TO EXECUTE A REMOTE PROCEDURE
Remote Procedure Call; Remote procedure calls; Remoting; Remote method call; List of RPC implementations

Remote Procedure Call         
см. RPC
remoting         

общая лексика

удалённое взаимодействие

remote sensing         
  • date=10 August 2021 }} ''NASA Earth Expeditions'', 15 August 2018.</ref>}}
  • MLW]] in the north.
  • Illustration of remote sensing
ACQUISITION OF INFORMATION ABOUT AN OBJECT OR PHENOMENON WITHOUT MAKING PHYSICAL CONTACT WITH THE OBJECT, ESPECIALLY THE EARTH
Remote Sensing; Remote sensor; Earth remote sensing; Passive remote sensing; Remote-sensing; Infrared remote sensing; Remote-Sensing Image; Remote sensing satellites; History of remote sensing; Acoustic remote sensing; Remote sensing technology; Applications of remote sensing; Active remote sensing
дистанционное зондирование

Definición

Remote Procedure Call
<networking, programming> (RPC) A protocol which allows a program running on one host to cause code to be executed on another host without the programmer needing to explicitly code for this. RPC is an easy and popular paradigm for implementing the client-server model of {distributed computing}. An RPC is initiated by the caller (client) sending request message to a remote system (the server) to execute a certain procedure using arguments supplied. A result message is returned to the caller. There are many variations and subtleties in various implementations, resulting in a variety of different (incompatible) RPC protocols. Sun RPC is defined in RFC 1057 and ONC RPC in {RFC 1831}. (2003-06-04)

Wikipedia

Remote procedure call

In distributed computing, a remote procedure call (RPC) is when a computer program causes a procedure (subroutine) to execute in a different address space (commonly on another computer on a shared network), which is written as if it were a normal (local) procedure call, without the programmer explicitly writing the details for the remote interaction. That is, the programmer writes essentially the same code whether the subroutine is local to the executing program, or remote. This is a form of client–server interaction (caller is client, executor is server), typically implemented via a request–response message-passing system. In the object-oriented programming paradigm, RPCs are represented by remote method invocation (RMI). The RPC model implies a level of location transparency, namely that calling procedures are largely the same whether they are local or remote, but usually, they are not identical, so local calls can be distinguished from remote calls. Remote calls are usually orders of magnitude slower and less reliable than local calls, so distinguishing them is important.

RPCs are a form of inter-process communication (IPC), in that different processes have different address spaces: if on the same host machine, they have distinct virtual address spaces, even though the physical address space is the same; while if they are on different hosts, the physical address space is different. Many different (often incompatible) technologies have been used to implement the concept.

¿Cómo se dice Remote Procedure Call en Ruso? Traducción de &#39Remote Procedure Call&#39 al Ruso